home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / cuj9303.zip / 1103061A < prev    next >
Text File  |  1993-06-21  |  158b  |  13 lines

  1. #include "windows.h"
  2.  
  3. Menu MENU
  4. {
  5.     POPUP "&Draw"
  6.     {
  7.         MENUITEM "&Wire Frame", 1
  8.         MENUITEM "&Solid",      2, CHECKED
  9.     }
  10. }
  11.  
  12.  
  13.